GenericPoint2D

StockSharp.Xaml.Charting.Model.DataSeries

Defines a generic base class for a Series Point, an internally used structure which contains transformed points to render Y-values on the RenderSurfaceBase

Implementa: IPoint

Constructores

GenericPoint2D(double, T)

Initializes a new instance of the GenericPoint2D class.

x
The x.
y
The y.

Propiedades

X : double

Gets the X-Value

Y : double

Gets the Y-value

YValues : T

Gets the Y values.